Hệ thống quản lý ngân hàng máu trong php

1 <?php
2 $title =
"Home";
3 $setHomeActive =
"active";
4 include
'layout/_header.php';
5
6 include
'layout/navbar.php';
7 ?>
8 <div
class="container">
9     <div
class="row">
10         <div
class="col-md-10">
11             <a href=
"#" id="Heading">Why Are We Here For?</a>
12             <p id=
"About">
13                 Blood Bank Management System (BBMS)
is a browser based system that is designed to store, process, retrieve and analyze information concerned with the administrative and inventory management within a blood bank. This project aims at maintaining all the information pertaining to blood donors, different blood groups available in each blood bank and help them manage in a better way. Aim is to provide transparency in this field, make the process of obtaining blood from a blood bank hassle free and corruption free and make the system of blood bank management effective.
14             </p>
15             <hr id=
"line_1">
16             <a href=
"#" id="Heading2">Features--></a>
17             <p>
18
19                 - Blood Donation Camp & Camp Organiser Management.<br>
20 - Donor Management - Donor Registration, Managing donor database, recording their physical and medical statistics.<br>
21 - Inventory management
in blood bank for storage and issuance of blood.<br>
22 - Blood requisition and issuance of blood.<br>
23 - Online transfer of blood
from one blood bank to another.<br>
24 - Discarding of expired and unsuitable blood (Less Qty., Reactive, Clotting, Hemolysis).<br>
25 - Being a web based system, can be implemented throughout the state. - - Separate user accounts can be created
for each blood bank.<br>
26 - Patient Register/Blood Sample Receiving Register, Donor Register, Blood Issue Register and Discarded Blood report.<br>
27 - Fridge Wise Stock Position and Printing of Fridge Stickers.<br>
28 - List of Donors who are eligible
for donation on a particular date with contact Number.<br>
29 - Camp Wise Donor List and Printing of Donor Cards.<br>
30             </p>
31         </div>
32         <div
class="col-md-2">
33             <img src=
"../assets/donate_blood_right.jpg" class="img img-responsive img-thumbnail" style="width:200px ;">
34              <img src=
"http://bbmspunjab.gov.in/images/bbmsRht.png" class="img img-responsive img-thumbnail">
35         </div>
36
37
38
39     </div>
40 </div>
41
42 <?php include
'layout/_footer.php'; ?>


Gõ tìm kiếm nhanh...